home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / image.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  352 b   |  17 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(15, 41, 46)
  3.   if pressedBtn = 1 then
  4.     sound stop 1
  5.     set the volume of sound 2 to 130
  6.     puppetSound("HELP")
  7.     updateStage()
  8.     repeat while soundBusy(1)
  9.       if the mouseDown then
  10.         exit repeat
  11.       end if
  12.     end repeat
  13.     puppetSound(0)
  14.     set the volume of sound 2 to 255
  15.   end if
  16. end
  17.